Skip to content

Commit

Permalink
some more tests and fixed valgrind suppression
Browse files Browse the repository at this point in the history
  • Loading branch information
uael committed Feb 4, 2018
1 parent b807f12 commit 5e39bbe
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/andor.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ls oops && pwd
ls oops && pwd || echo a
echo a || pwd && echo b
4 changes: 4 additions & 0 deletions valgrind.supp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
fun:xpc_atfork_child
fun:libSystem_atfork_child
fun:fork
fun:sh_procfork
fun:sh_joblaunch
fun:sh_evallist
fun:sh_eval
Expand All @@ -40,6 +41,7 @@
fun:_notify_fork_child
fun:libSystem_atfork_child
fun:fork
fun:sh_procfork
fun:sh_joblaunch
fun:sh_evallist
fun:sh_eval
Expand All @@ -56,6 +58,7 @@
fun:_notify_fork_child
fun:libSystem_atfork_child
fun:fork
fun:sh_procfork
fun:sh_joblaunch
fun:sh_evallist
fun:sh_eval
Expand Down Expand Up @@ -88,6 +91,7 @@
fun:xpc_atfork_child
fun:libSystem_atfork_child
fun:fork
fun:sh_procfork
fun:sh_joblaunch
fun:sh_evallist
fun:sh_eval
Expand Down

0 comments on commit 5e39bbe

Please sign in to comment.