Module Name: src
Committed By: kre
Date: Tue May 17 09:05:15 UTC 2016
Modified Files:
src/tests/bin/sh: t_shift.sh
Log Message:
Use valid (standard) shell syntax, in anticipation of /bin/sh enforcing
it sometime soon (perhaps.)
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/tests/bin/sh/t_shift.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/bin/sh/t_shift.sh
diff -u src/tests/bin/sh/t_shift.sh:1.1 src/tests/bin/sh/t_shift.sh:1.2
--- src/tests/bin/sh/t_shift.sh:1.1 Tue Mar 8 14:26:26 2016
+++ src/tests/bin/sh/t_shift.sh Tue May 17 09:05:14 2016
@@ -1,4 +1,4 @@
-# $NetBSD: t_shift.sh,v 1.1 2016/03/08 14:26:26 christos Exp $
+# $NetBSD: t_shift.sh,v 1.2 2016/05/17 09:05:14 kre Exp $
#
# Copyright (c) 2016 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -120,7 +120,7 @@ function_shift_head() {
atf_set "descr" "Test that shift in a function does not affect outside"
}
function_shift_body() {
- # later...
+ : # later...
}
atf_test_case non_numeric_shift