]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
blkid: Don't use a hard-coded path for /bin/rm in test_probe.in
authorTheodore Ts'o <tytso@mit.edu>
Mon, 18 May 2009 02:19:21 +0000 (22:19 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 18 May 2009 02:19:21 +0000 (22:19 -0400)
Addresses-Sourceforge-Bug: #2780205

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/blkid/test_probe.in

index 4b5ed5a62b738e24244df2c61c72418c36023ce7..9b3edf52992ff27f8d327b11e090b1374d51fbb9 100644 (file)
@@ -42,7 +42,7 @@ do
                bunzip2 < $IMAGE_BZ2 > $IMAGE
        fi
        eval ./tst_probe $IMAGE $RMUUID > tests/$i.out
-       /bin/rm -f $IMAGE tests/$i.ok tests/$i.failed
+       rm -f $IMAGE tests/$i.ok tests/$i.failed
        cmp -s tests/$i.out $RESULTS
        unset RMUUID
        if [ $? = 0 ];  then