Skip to content

Commit

Permalink
Merge pull request #155 from hackbg/fix/test-portable
Browse files Browse the repository at this point in the history
fix(test): make test.sh portable
  • Loading branch information
assafmo authored Aug 17, 2023
2 parents 22695bf + e3ab584 commit 03cd458
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash

set -e

Expand All @@ -16,4 +16,4 @@ RESULT=$(echo $?)

make kill-localsecret >/dev/null 2>/dev/null

exit $RESULT
exit $RESULT

0 comments on commit 03cd458

Please sign in to comment.