Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a68b18
)
blkid: Don't use a hard-coded path for /bin/rm in test_probe.in
author
Theodore Ts'o
<tytso@mit.edu>
Mon, 18 May 2009 02:19:21 +0000
(22:19 -0400)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/lib/blkid/test_probe.in
b/lib/blkid/test_probe.in
index
4b5ed5a
..
9b3edf5
100644
(file)
--- 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