Module Name: src
Committed By: jmmv
Date: Sat Mar 16 07:54:04 UTC 2013
Modified Files:
src/tests/fs/psshfs: t_psshfs.sh
Log Message:
Use /bin/sh for a temporary script instead of querying the name of the
shell from atf-config.
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/tests/fs/psshfs/t_psshfs.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/fs/psshfs/t_psshfs.sh
diff -u src/tests/fs/psshfs/t_psshfs.sh:1.6 src/tests/fs/psshfs/t_psshfs.sh:1.7
--- src/tests/fs/psshfs/t_psshfs.sh:1.6 Fri Aug 12 04:14:00 2011
+++ src/tests/fs/psshfs/t_psshfs.sh Sat Mar 16 07:54:04 2013
@@ -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 @@ inode_nos_body() {
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.