summaryrefslogtreecommitdiff
path: root/tests/bin/findfs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bin/findfs')
-rwxr-xr-xtests/bin/findfs10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/bin/findfs b/tests/bin/findfs
new file mode 100755
index 0000000..6d67767
--- /dev/null
+++ b/tests/bin/findfs
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+case "$1" in
+ LABEL=APKOVL)
+ echo /dev/vda1
+ ;;
+ UUID=AAAA-BBBB)
+ echo /dev/mmcblk0p1
+ ;;
+esac