Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at staging-next 26 lines 1.1 kB view raw
1diff --git tests/builtins.right tests/builtins.right 2index d708c18..32b2cfd 100644 3--- tests/builtins.right 4+++ tests/builtins.right 5@@ -362,7 +362,7 @@ A star (*) next to a name means that the command is disabled. 6 complete [-abcdefgjksuv] [-pr] [-DEI]> set [-abefhkmnptuvxBCEHPT] [-o optio> 7 compopt [-o|+o option] [-DEI] [name .> shift [n] 8 continue [n] shopt [-pqsu] [-o] [optname ...] 9- coproc [NAME] command [redirections] source [-p path] filename [argument> 10+ coproc [NAME] command [redirections] source [-p path] filename [arguments> 11 declare [-aAfFgiIlnrtux] [name[=value> suspend [-f] 12 dirs [-clpv] [+N] [-N] test [expr] 13 disown [-h] [-ar] [jobspec ... | pid > time [-p] pipeline 14diff --git tests/source8.sub tests/source8.sub 15index a6826da..fc4ae8c 100644 16--- tests/source8.sub 17+++ tests/source8.sub 18@@ -15,7 +15,7 @@ 19 # test various uses of source -p 20 21 : ${THIS_SH:=./bash} 22-PATH=/bin:/usr/bin:/sbin:/usr/sbin 23+PATH="$(dirname "$(type -P mkdir)")" 24 25 : ${TMPDIR:=/var/tmp} 26 export TDIR=${TMPDIR}/cwd-$$