ls: Rewrite virt-ls in C.
[libguestfs.git] / tools / test-virt-ls.sh
diff --git a/tools/test-virt-ls.sh b/tools/test-virt-ls.sh
deleted file mode 100755 (executable)
index a0c9fc5..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash -
-
-export LANG=C
-set -e
-
-# Just a random UUID.
-uuid=868b1447-0ec5-41bf-a2e5-6a77a4c9b66f
-
-# Read out the test directory using virt-ls.
-if [ "$(./virt-ls ../images/fedora.img /bin)" != "ls
-test1
-test2
-test3
-test4
-test5
-test6
-test7" ]; then
-    echo "$0: error: unexpected output from virt-ls"
-    exit 1
-fi