203d2f21e4
Now that MODTCL_TCLSH_ADJ and MODTCL_WISH_ADJ cover more lines, we can drop two patches. ok landry@
16 lines
694 B
Plaintext
16 lines
694 B
Plaintext
$OpenBSD: patch-tests_test-rem,v 1.1 2012/07/04 18:38:36 stu Exp $
|
|
|
|
Fix broken test. From upstream.
|
|
|
|
--- tests/test-rem.orig Tue May 8 17:14:59 2012
|
|
+++ tests/test-rem Tue May 8 17:17:42 2012
|
|
@@ -68,7 +68,7 @@ echo "Sort Test" >> ../tests/test.out
|
|
(echo "REM AT 12:00 MSG Untimed"; echo "REM MSG Timed") | ../src/remind -q -gaaad - 1 Jan 2000 >> ../tests/test.out 2>&1
|
|
|
|
echo "Purge Test" >> ../tests/test.out
|
|
-../src/remind -j999 ../tests/purge_dir/f1.rem >> ../tests/test.out 2>&1
|
|
+../src/remind -j999 ../tests/purge_dir/f1.rem 3 Feb 2012 >> ../tests/test.out 2>&1
|
|
echo "F1" >> ../tests/test.out
|
|
cat ../tests/purge_dir/f1.rem.purged >> ../tests/test.out
|
|
echo "F2" >> ../tests/test.out
|