summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs/zfs-fuse/files/0.5.0/fix_ztest_path.patch')
-rw-r--r--sys-fs/zfs-fuse/files/0.5.0/fix_ztest_path.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/sys-fs/zfs-fuse/files/0.5.0/fix_ztest_path.patch b/sys-fs/zfs-fuse/files/0.5.0/fix_ztest_path.patch
deleted file mode 100644
index d87979d4391c..000000000000
--- a/sys-fs/zfs-fuse/files/0.5.0/fix_ztest_path.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/src/cmd/ztest/runtest.sh 2007-01-09 11:07:35.000000000 +0000
-+++ b/src/cmd/ztest/runtest.sh 2007-01-09 11:08:51.000000000 +0000
-@@ -3,5 +3,5 @@ ulimit -c unlimited
- echo "Start date: `date`"
- #ZFS_DEBUG=on /usr/bin/time -v nice -n 20 ./ztest -V -T 86400 &> log.txt
- #/usr/bin/time -v nice -n 20 ./ztest -V -T 86400
--nice -n 20 ./ztest -V $* && echo Test successful
-+nice -n 20 /usr/sbin/run-ztest -V $* && echo Test successful
- echo "End date: `date`"