summaryrefslogtreecommitdiff
path: root/tests/t1700-probe-fs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/t1700-probe-fs.sh')
-rwxr-xr-xtests/t1700-probe-fs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
index bf6ad9c..2ba2f95 100755
--- a/tests/t1700-probe-fs.sh
+++ b/tests/t1700-probe-fs.sh
@@ -39,6 +39,7 @@ for type in ext2 ext3 ext4 btrfs xfs nilfs2; do
# probe the $type file system
parted -m -s $dev u s print >out 2>&1 || fail=1
grep '^1:.*:'$type'::;$' out || { cat out; fail=1; }
+ rm $dev
done