[Fakeroot-commits] [SCM] fakeroot branch, master, updated. debian/1.11.4

Clint Adams schizo at debian.org
Tue Dec 16 01:38:37 UTC 2008


The following commit has been merged in the master branch:
commit 9e999e318bbfec933424539ed98246746f530d15
Author: Clint Adams <schizo at debian.org>
Date:   Mon Dec 15 20:20:52 2008 -0500

    Have testsuite clean up better after itself.

diff --git a/test/t.chmod_dev b/test/t.chmod_dev
index d4ea155..2d4165f 100755
--- a/test/t.chmod_dev
+++ b/test/t.chmod_dev
@@ -5,4 +5,4 @@ mkdir $tmp
 run_fakeroot -- \
     ${posixshell} -c 'mknod $tmp/hda3 b 3 0 && chmod 644 $tmp/hda3 && ls -ld $tmp/hda3' > $tmp/out
 cat $tmp/out
-exec grep '^b' $tmp/out
+grep '^b' $tmp/out
diff --git a/test/t.mknod b/test/t.mknod
index 52c0837..7a9648f 100755
--- a/test/t.mknod
+++ b/test/t.mknod
@@ -3,7 +3,6 @@
 
 mkdir $tmp
 run_fakeroot -- \
-  ${posixshell} -c 'mknod hda3 b 3 1; ls -l hda3' >$tmp/out
+  ${posixshell} -c 'mknod $tmp/hda3 b 3 1; ls -l $tmp/hda3' >$tmp/out
 cat $tmp/out
-exec grep "^b" $tmp/out
-
+grep "^b" $tmp/out
diff --git a/test/t.touchinstall b/test/t.touchinstall
index d959fb1..04107cf 100755
--- a/test/t.touchinstall
+++ b/test/t.touchinstall
@@ -5,4 +5,4 @@ mkdir $tmp
 run_fakeroot -- \
  ${posixshell} -c "touch $tmp/iamnotuser; ls -al $tmp/iamnotuser" >$tmp/out
 cat $tmp/out
-exec grep root $tmp/out
+grep root $tmp/out

-- 
fakeroot



More information about the Fakeroot-commits mailing list