Skip to content

Commit

Permalink
tests: allow stderr/sigterm tests to work across platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
dch committed Jun 17, 2024
1 parent 5fe4a7c commit a40d9cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/scripts/ignore_sigterm.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

trap -- '' SIGINT SIGTERM SIGTSTP

Expand Down
2 changes: 1 addition & 1 deletion test/scripts/write_stderr.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
#!/usr/bin/env bash

echo "$1" >> /dev/stderr

0 comments on commit a40d9cc

Please sign in to comment.