From: Theodore Ts'o Date: Mon, 18 May 2009 02:19:21 +0000 (-0400) Subject: blkid: Don't use a hard-coded path for /bin/rm in test_probe.in X-Git-Tag: v1.41.6~28 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=5dd3311eeb2c49a2812610603accbfcfee762bb1;p=tools%2Fe2fsprogs.git blkid: Don't use a hard-coded path for /bin/rm in test_probe.in Addresses-Sourceforge-Bug: #2780205 Signed-off-by: "Theodore Ts'o" --- diff --git a/lib/blkid/test_probe.in b/lib/blkid/test_probe.in index 4b5ed5a..9b3edf5 100644 --- a/lib/blkid/test_probe.in +++ b/lib/blkid/test_probe.in @@ -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