Skip to content

Commit 4a8baa2

Browse files
committed
Initial Commit
1 parent 568c2e2 commit 4a8baa2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

tests/output_matching.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,12 @@
77
set -o errexit
88
set -o xtrace
99

10-
PYTHON_PATH=$(which python3)
10+
PYTHON_PATH=$(which python)
1111
MD5_PATH=$(which md5sum)
1212
OUTPUT_PATH="/tmp"
1313
REPO_ROOT=$(dirname "${BASH_SOURCE[0]}")/../
1414
cd "${REPO_ROOT}"
1515

16-
ls
17-
1816
#
1917
# run_output_matching_test()
2018
# ----

0 commit comments

Comments
 (0)