summaryrefslogtreecommitdiff
path: root/misc/dync
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>1999-04-05 01:33:18 +0000
committerhubertf <hubertf@pkgsrc.org>1999-04-05 01:33:18 +0000
commit3d7557d4c8375892e95fdf763f147c2cc8a69d86 (patch)
tree5337eb1ff84c635677646dfd8884538cc5f6d236 /misc/dync
parent00dcc16a68ae79e734f5cd6a158a1885ed3b9c83 (diff)
downloadpkgsrc-3d7557d4c8375892e95fdf763f147c2cc8a69d86.tar.gz
Disable second test which didn't consider different timezones
Diffstat (limited to 'misc/dync')
-rw-r--r--misc/dync/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/dync/patches/patch-aa b/misc/dync/patches/patch-aa
new file mode 100644
index 00000000000..f1ecc28f2ae
--- /dev/null
+++ b/misc/dync/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.1 1999/04/05 01:33:18 hubertf Exp $
+
+--- Makefile.in.BAK Mon Apr 5 03:25:03 1999
++++ Makefile.in Mon Apr 5 03:26:07 1999
+@@ -32,8 +32,9 @@
+ @./$(EXE) -f tests/1.c root > tests/1.out
+ @diff tests/1.exp tests/1.out
+ @echo "2. Testing stat(2)"
+- @./$(EXE) -f tests/2.c tests/2.c > tests/2.out
+- @diff tests/2.exp tests/2.out
++ @echo "<Skipped due to timezone-differences>"
++# @./$(EXE) -f tests/2.c tests/2.c > tests/2.out
++# @diff tests/2.exp tests/2.out
+ @echo "3. Testing program as argument"
+ @./$(EXE) 'int main() { printf("Hello world\n"); exit(0); }' > tests/3.out
+ @diff tests/3.exp tests/3.out