Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 14 of 14) sorted by relevance

/coreutils/tests/
DCuSkip.pm28 my ($msg) = @_;
30 warn $msg;
33 print FH $msg;
/coreutils/tests/printf/
Dprintf-surprise.sh64 ( trap '' PIPE && ulimit -v $vm && env $prog %20000000f 0 2>err-msg > fifo )
69 sed 's/cannot perform .*/write error/' err-msg > k && mv k err-msg
70 err_msg=$(tr '\n' : < err-msg)
/coreutils/tests/cp/
Dno-deref-link3.sh22 msg=bar
23 echo $msg > a
32 test "$(cat a)" = $msg || fail=1
Dno-deref-link2.sh23 msg=bar
24 echo $msg > a
35 test "$(cat a)" = $msg || fail=1
Dno-deref-link1.sh23 msg=bar
24 echo $msg > a/foo
35 test "$(cat a/foo)" = $msg || fail=1
/coreutils/build-aux/
Dgen-lists-of-programs.sh142 msg="Automatically generated by $me. DO NOT EDIT BY HAND!"
146 echo "dnl $msg"
170 echo "## $msg"
/coreutils/tests/misc/
Dpaste.pl27 my $msg = "$prog: delimiter list ends with an unescaped backslash: ";
58 {ERR => $msg . q!\\! . "\n"} ],
67 {ERR => $msg . q!\\! . "\n"} ],
/coreutils/tests/mkdir/
Dsmack-no-root.sh27 msg="failed to set default file creation context to '$c':"
32 echo "$1: $msg" > exp || framework_failure_
Dselinux.sh28 msg="failed to set default file creation context to '$c':"
37 echo "$cmd: $msg" > exp || framework_failure_
/coreutils/tests/touch/
Dnot-owner.sh43 for msg in 'Not owner' 'Operation not permitted' 'Permission denied' \
46 touch: setting times of '/': $msg
/coreutils/tests/csplit/
Dcsplit-io-err.sh70 sed 's/seq: write error: //' msgt > msg || framework_failure_
73 { printf "%s" "csplit: write error for 'xx01': " ; cat msg ; } > exp \
/coreutils/tests/du/
Dmove-dir-while-traversing.sh81 timeout 6 ./inotify-watch-for-dir-access.py $t/3/a/b > start-msg & pid=$!
84 nonempty() { sleep $1; test -s start-msg; }
/coreutils/
Dcfg.mk331 done | grep . && { msg="$$halt" $(_sc_say_and_exit) } || :
862 (^.*/git-hooks/commit-msg|^tests/init\.sh|Makefile\.am|\.mk|.*\.texi)$$
872 tbi_2 = ^scripts/git-hooks/(pre-commit|pre-applypatch|applypatch-msg)$$
DMakefile.am179 && for i in pre-commit pre-applypatch applypatch-msg; do \