Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests Remove shebang lines from test-script sources; avoids ...
details: https://anonhg.NetBSD.org/src/rev/f0904554f4e9
branches: trunk
changeset: 764915:f0904554f4e9
user: njoly <njoly%NetBSD.org@localhost>
date: Wed May 11 22:08:12 2011 +0000
description:
Remove shebang lines from test-script sources; avoids duplicate with
the build process which adds one too.
diffstat:
tests/sbin/ifconfig/t_nonexistent.sh | 4 +---
tests/sbin/route/t_missing.sh | 4 +---
tests/sbin/sysctl/t_perm.sh | 4 +---
tests/toolchain/cc/t_hello.sh | 3 +--
tests/usr.bin/diff/t_diff.sh | 4 +---
tests/usr.bin/pr/t_basic.sh | 4 +---
tests/usr.bin/unifdef/t_basic.sh | 4 +---
7 files changed, 7 insertions(+), 20 deletions(-)
diffs (76 lines):
diff -r b64f779000c4 -r f0904554f4e9 tests/sbin/ifconfig/t_nonexistent.sh
--- a/tests/sbin/ifconfig/t_nonexistent.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/sbin/ifconfig/t_nonexistent.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_nonexistent.sh,v 1.1 2011/05/03 06:13:06 jruoho Exp $
+# $NetBSD: t_nonexistent.sh,v 1.2 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/sbin/route/t_missing.sh
--- a/tests/sbin/route/t_missing.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/sbin/route/t_missing.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_missing.sh,v 1.1 2011/05/03 07:56:42 jruoho Exp $
+# $NetBSD: t_missing.sh,v 1.2 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/sbin/sysctl/t_perm.sh
--- a/tests/sbin/sysctl/t_perm.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/sbin/sysctl/t_perm.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_perm.sh,v 1.3 2011/05/11 07:07:41 jruoho Exp $
+# $NetBSD: t_perm.sh,v 1.4 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/toolchain/cc/t_hello.sh
--- a/tests/toolchain/cc/t_hello.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/toolchain/cc/t_hello.sh Wed May 11 22:08:12 2011 +0000
@@ -1,5 +1,4 @@
-#! /usr/bin/atf-sh
-# $NetBSD: t_hello.sh,v 1.3 2011/04/05 09:53:10 martin Exp $
+# $NetBSD: t_hello.sh,v 1.4 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/usr.bin/diff/t_diff.sh
--- a/tests/usr.bin/diff/t_diff.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/usr.bin/diff/t_diff.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_diff.sh,v 1.1 2011/05/03 15:13:50 jruoho Exp $
+# $NetBSD: t_diff.sh,v 1.2 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/usr.bin/pr/t_basic.sh
--- a/tests/usr.bin/pr/t_basic.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/usr.bin/pr/t_basic.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_basic.sh,v 1.2 2011/05/03 14:26:11 jruoho Exp $
+# $NetBSD: t_basic.sh,v 1.3 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
diff -r b64f779000c4 -r f0904554f4e9 tests/usr.bin/unifdef/t_basic.sh
--- a/tests/usr.bin/unifdef/t_basic.sh Wed May 11 19:06:45 2011 +0000
+++ b/tests/usr.bin/unifdef/t_basic.sh Wed May 11 22:08:12 2011 +0000
@@ -1,6 +1,4 @@
-#! /usr/bin/atf-sh
-#
-# $NetBSD: t_basic.sh,v 1.3 2011/05/10 19:02:27 njoly Exp $
+# $NetBSD: t_basic.sh,v 1.4 2011/05/11 22:08:12 njoly Exp $
#
# Copyright (c) 2011 The NetBSD Foundation, Inc.
# All rights reserved.
Home |
Main Index |
Thread Index |
Old Index