Skip to content

Commit

Permalink
Merge pull request #44 from skunkwerks/main
Browse files Browse the repository at this point in the history
tests: allow stderr/sigterm tests to work across platforms
  • Loading branch information
akash-akya authored Jun 19, 2024
2 parents 5fe4a7c + a40d9cc commit 82729d1
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 82729d1

Please sign in to comment.