Skip to content

Commit

Permalink
Always use bash please
Browse files Browse the repository at this point in the history
  • Loading branch information
SleeplessByte committed Aug 12, 2024
1 parent 1625585 commit 9b6dce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/run-tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/bin/bash

# Synopsis:
# Test the test runner by running it against a predefined set of solutions
Expand All @@ -11,7 +11,7 @@
# Example:
# ./bin/run-tests.sh

set -eo pipefail
set -uo pipefail

mount

Expand Down

0 comments on commit 9b6dce1

Please sign in to comment.