Use bash instead of sh in test
1 parent c47a228 commit f1c35cc098fbc52b761d9a32fbc736bfcb2d3866
@WebFreak001 WebFreak001 authored on 18 Jun 2017
Timothee Cour committed on 12 Feb 2018
Showing 1 changed file
View
6
test/issue1037-better-dependency-messages.sh
#!/bin/sh
#!/bin/bash
set -e -o pipefail
 
cd ${CURR_DIR}/issue1037-better-dependency-messages
 
temp_file=$(mktemp $(basename $0).XXXXXX)
expected_file="$CURR_DIR/expected-issue1037-output"