Module Name: src
Committed By: jruoho
Date: Sat May 19 07:30:38 UTC 2012
Modified Files:
src/tests/usr.bin/tmux: t_tmux.sh
Log Message:
Make the test pass. It appears that this however does not reproduce the
PR kern/46463, even though the command is exactly the same.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/usr.bin/tmux/t_tmux.sh
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/tests/usr.bin/tmux/t_tmux.sh
diff -u src/tests/usr.bin/tmux/t_tmux.sh:1.1 src/tests/usr.bin/tmux/t_tmux.sh:1.2
--- src/tests/usr.bin/tmux/t_tmux.sh:1.1 Fri May 18 15:25:25 2012
+++ src/tests/usr.bin/tmux/t_tmux.sh Sat May 19 07:30:37 2012
@@ -1,4 +1,4 @@
-# $NetBSD: t_tmux.sh,v 1.1 2012/05/18 15:25:25 jruoho Exp $
+# $NetBSD: t_tmux.sh,v 1.2 2012/05/19 07:30:37 jruoho Exp $
#
# Copyright (c) 2012 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -30,7 +30,7 @@
stdincrash() {
atf_check -s ignore -o ignore -e ignore -x \
- "tmux list-sessions 0<&-" & sleep 2; kill $! >/dev/null 2>&1
+ "\"tmux list-sessions 0<&-\" & sleep 2; kill $! >/dev/null 2>&1"
}
atf_test_case stdin