Source-Changes-HG archive

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

[src/trunk]: src/tests/usr.bin/shmif_dumpbus get the directories right ...



details:   https://anonhg.NetBSD.org/src/rev/1270368bc560
branches:  trunk
changeset: 763156:1270368bc560
user:      pooka <pooka%NetBSD.org@localhost>
date:      Fri Mar 11 16:41:27 2011 +0000

description:
get the directories right ...

diffstat:

 tests/usr.bin/shmif_dumpbus/t_basic.sh |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 490e00e7f45c -r 1270368bc560 tests/usr.bin/shmif_dumpbus/t_basic.sh
--- a/tests/usr.bin/shmif_dumpbus/t_basic.sh    Fri Mar 11 15:33:22 2011 +0000
+++ b/tests/usr.bin/shmif_dumpbus/t_basic.sh    Fri Mar 11 16:41:27 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_basic.sh,v 1.2 2011/03/11 10:35:29 pooka Exp $
+#      $NetBSD: t_basic.sh,v 1.3 2011/03/11 16:41:27 pooka Exp $
 #
 # Copyright (c) 2011 The NetBSD Foundation, Inc.
 # All rights reserved.
@@ -60,7 +60,7 @@
 {
 
        unpack_file d_pkthdrs.out
-       atf_check -s exit:0 -o file:$(atf_get_srcdir)/d_pkthdrs.out \
+       atf_check -s exit:0 -o file:d_pkthdrs.out \
            shmif_dumpbus shmbus
 }
 
@@ -69,7 +69,7 @@
 
        unpack_file d_pcap.out
        atf_check -s exit:0 -o ignore shmif_dumpbus -p pcap shmbus
-       atf_check -s exit:0 -o file:$(atf_get_srcdir)/d_pcap.out -e ignore \
+       atf_check -s exit:0 -o file:d_pcap.out -e ignore \
            tcpdump -n -r pcap
 }
 



Home | Main Index | Thread Index | Old Index