diff options
author | eric <> | 2017-03-14 20:22:06 +0000 |
---|---|---|
committer | eric <> | 2017-03-14 20:22:06 +0000 |
commit | 7b20b215f3a44749f2786d6be674f4f36edb1454 (patch) | |
tree | 46990833de5ecdfee2aa32ea24cb33947ffc4380 /src/regress/lib/libc/asr | |
parent | c5f5042dd06a784caa9d40d27d1c3ac7a1c1fe89 (diff) | |
download | openbsd-7b20b215f3a44749f2786d6be674f4f36edb1454.tar.gz openbsd-7b20b215f3a44749f2786d6be674f4f36edb1454.tar.bz2 openbsd-7b20b215f3a44749f2786d6be674f4f36edb1454.zip |
copy /etc/services in test directory
Diffstat (limited to 'src/regress/lib/libc/asr')
-rw-r--r-- | src/regress/lib/libc/asr/regress.subr | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libc/asr/regress.subr b/src/regress/lib/libc/asr/regress.subr index 43b7280158..6ce645bc33 100644 --- a/src/regress/lib/libc/asr/regress.subr +++ b/src/regress/lib/libc/asr/regress.subr | |||
@@ -1,5 +1,5 @@ | |||
1 | #!/bin/sh | 1 | #!/bin/sh |
2 | # $OpenBSD: regress.subr,v 1.3 2017/03/10 17:23:48 eric Exp $ | 2 | # $OpenBSD: regress.subr,v 1.4 2017/03/14 20:22:06 eric Exp $ |
3 | 3 | ||
4 | set -e | 4 | set -e |
5 | 5 | ||
@@ -66,6 +66,7 @@ regress_setenv() | |||
66 | cp /etc/resolv.conf "${ROOTDIR}/etc/" | 66 | cp /etc/resolv.conf "${ROOTDIR}/etc/" |
67 | cp /etc/protocols "${ROOTDIR}/etc/" | 67 | cp /etc/protocols "${ROOTDIR}/etc/" |
68 | cp /etc/networks "${ROOTDIR}/etc/" | 68 | cp /etc/networks "${ROOTDIR}/etc/" |
69 | cp /etc/services "${ROOTDIR}/etc/" | ||
69 | 70 | ||
70 | case $_name in | 71 | case $_name in |
71 | empty) | 72 | empty) |