162fba0b57
GNU Teseq is a tool for analyzing files that contain control characters and terminal control sequences. It is intended to be useful for diagnosing terminal emulators, and programs that make heavy use of terminal features (such as those based on the Curses library).
13 lines
347 B
Plaintext
13 lines
347 B
Plaintext
$OpenBSD: patch-tests_run_in,v 1.1.1.1 2008/10/28 14:04:43 naddy Exp $
|
|
--- tests/run.in.orig Sat Oct 25 16:14:54 2008
|
|
+++ tests/run.in Sat Oct 25 16:15:07 2008
|
|
@@ -37,7 +37,7 @@ get_vars()
|
|
r_expected="${r_expected:-$input}"
|
|
}
|
|
|
|
-if [ "$#" -ge 1 -a "${1}" = "-r" ]
|
|
+if [ "$#" -ge 1 -a X"${1}" = X"-r" ]
|
|
then
|
|
echo
|
|
echo "RUNNING RESEQ TESTS"
|