lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 15.09-beta 12 lines 459 B view raw
1diff -ruN findutils-4.4.2/tests/test-canonicalize.sh findutils-4.4.2_edited/tests/test-canonicalize.sh 2--- findutils-4.4.2/tests/test-canonicalize.sh 2008-12-23 12:50:15.000000000 +0000 3+++ findutils-4.4.2_edited/tests/test-canonicalize.sh 2015-06-14 10:51:19.000000000 +0000 4@@ -1,5 +1,8 @@ 5 #!/bin/sh 6 7+# skipped because user might not have directory listing permission for all parents of TMPDIR 8+exit 77 9+ 10 tmpfiles="" 11 trap 'rm -fr $tmpfiles' 1 2 3 15 12