summaryrefslogtreecommitdiff
path: root/tests/fuzz-tests/001-simple-unmounted/test.sh
diff options
context:
space:
mode:
authorDimitri John Ledkov <xnox@ubuntu.com>2016-09-22 14:47:57 +0100
committerDimitri John Ledkov <xnox@ubuntu.com>2016-09-22 14:47:57 +0100
commitc92ba05933a640c0084321bc6eeaa091c283b8bb (patch)
tree72cdcdec5d50586a244ba8743356d3fd2ecb1b4c /tests/fuzz-tests/001-simple-unmounted/test.sh
parent249a3592d5dfdec0e52b5e9e712339364ea758ed (diff)
New upstream release.
Diffstat (limited to 'tests/fuzz-tests/001-simple-unmounted/test.sh')
-rwxr-xr-xtests/fuzz-tests/001-simple-unmounted/test.sh20
1 files changed, 0 insertions, 20 deletions
diff --git a/tests/fuzz-tests/001-simple-unmounted/test.sh b/tests/fuzz-tests/001-simple-unmounted/test.sh
deleted file mode 100755
index 98fe7b0c..00000000
--- a/tests/fuzz-tests/001-simple-unmounted/test.sh
+++ /dev/null
@@ -1,20 +0,0 @@
-#!/bin/bash
-
-# iterate over all fuzzed images and run 'btrfs check'
-
-source $TOP/tests/common
-
-setup_root_helper
-check_prereq btrfs
-
-# redefine the one provided by common
-check_image() {
- local image
-
- image=$1
- run_mayfail $TOP/btrfs check "$image"
-}
-
-check_all_images $TOP/tests/fuzz-tests/images
-
-exit 0