Skip to content

Commit 2b9dca7

Browse files
authored
Merge pull request #151 from Azure/unit-test-bashfix
Change Unit Test script from sh to bash shebang
2 parents 3c6c6a8 + 849f7e3 commit 2b9dca7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/unit-tests/run_tests_agnostic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/sh
1+
#!/bin/bash
22

33
# SKU agnostic Unit Tests
44
# This script is designed to run unit tests that are not specific to any SKU.

0 commit comments

Comments
 (0)