diff options
Diffstat (limited to '')
-rw-r--r-- | benchmarks/unixbench/files/patch-ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/benchmarks/unixbench/files/patch-ac b/benchmarks/unixbench/files/patch-ac new file mode 100644 index 000000000000..7cab0456099b --- /dev/null +++ b/benchmarks/unixbench/files/patch-ac @@ -0,0 +1,15 @@ +*** pgms/tst.sh.orig Wed Feb 5 11:08:39 1992 +--- pgms/tst.sh Fri Dec 18 23:10:07 1998 +*************** +*** 15,19 **** + ############################################################################### + ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24"; +! sort >sort.$$ <sort.src + od sort.$$ | sort -n +1 > od.$$ + grep the sort.$$ | tee grep.$$ | wc > wc.$$ +--- 15,19 ---- + ############################################################################### + ID="@(#)tst.sh:3.4 -- 5/15/91 19:30:24"; +! sort >sort.$$ < ${TESTDIR}/sort.src + od sort.$$ | sort -n +1 > od.$$ + grep the sort.$$ | tee grep.$$ | wc > wc.$$ |