openbsd-ports/shells/tcsh/patches/patch-tests_arguments_at
2007-05-27 18:04:46 +00:00

13 lines
412 B
Plaintext

$OpenBSD: patch-tests_arguments_at,v 1.1 2007/05/27 18:04:47 naddy Exp $
--- tests/arguments.at.orig Sat May 26 19:00:06 2007
+++ tests/arguments.at Sat May 26 19:00:23 2007
@@ -71,7 +71,7 @@ TCSH_UNTESTED([-m])
AT_SETUP([-q])
# Nested to make the SIGQUIT reporting predictable
-AT_CHECK([tcsh -f -c "tcsh -f -q -c 'kill -QUIT $$'"])
+AT_CHECK([tcsh -f -c "tcsh -f -q -c 'kill -QUIT \$\$'"])
AT_CLEANUP