Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/fs/psshfs Use /bin/sh for a temporary script instead o...



details:   https://anonhg.NetBSD.org/src/rev/52a4f22b8568
branches:  trunk
changeset: 785488:52a4f22b8568
user:      jmmv <jmmv%NetBSD.org@localhost>
date:      Sat Mar 16 07:54:04 2013 +0000

description:
Use /bin/sh for a temporary script instead of querying the name of the
shell from atf-config.

diffstat:

 tests/fs/psshfs/t_psshfs.sh |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 766307c07bfb -r 52a4f22b8568 tests/fs/psshfs/t_psshfs.sh
--- a/tests/fs/psshfs/t_psshfs.sh       Sat Mar 16 05:45:37 2013 +0000
+++ b/tests/fs/psshfs/t_psshfs.sh       Sat Mar 16 07:54:04 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: t_psshfs.sh,v 1.6 2011/08/12 04:14:00 riastradh Exp $
+# $NetBSD: t_psshfs.sh,v 1.7 2013/03/16 07:54:04 jmmv Exp $
 #
 # Copyright (c) 2007, 2008 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -145,7 +145,7 @@
        touch root/file4
 
        cat >ne_inodes.sh <<EOF
-#! $(atf-config -t atf_shell)
+#! /bin/sh
 #
 # Compares the inodes of the two given files and returns true if they are
 # different; false otherwise.



Home | Main Index | Thread Index | Old Index