Whamcloud - gitweb
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 4b5ed5a..9b3edf5 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