Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
grow and bregtest: user from bin directory
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Apr 20, 2017
1 parent 190f8e6 commit a815afa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/big-vol-test
Expand Up @@ -37,9 +37,9 @@ check_for_zombie_jobs storage=File
cd ${cwd}/tmp
# make big file
size=5200000000
${cwd}/build/src/tests/grow TestVolume001 ${size}
${cwd}/bin/grow TestVolume001 ${size}
if [ $? != 0 ]; then
echo "Execute of ${cwd}/build/src/tests/grow failed."
echo "Execute of ${cwd}/bin/grow failed."
exit 1
fi
cd ${cwd}
Expand Down
2 changes: 1 addition & 1 deletion tests/regexwhere-test
Expand Up @@ -299,7 +299,7 @@ fi
find ${cwd}/build > tmp/list
# thanks to BSD like system for that...
sed -e 's/[Rr][Ee][Aa][Dd][Mm][Ee]/readme/' -e 's/\([ch]\)$/.old.\1/' tmp/list > tmp/list.sed
./build/src/tests/bregtest -s -f tmp/list -e '/readme/readme/i,/([ch])$/.old.$1/' > tmp/list.bsed
bin/bregtest -s -f tmp/list -e '/readme/readme/i,/([ch])$/.old.$1/' > tmp/list.bsed

diff tmp/list.bsed tmp/list.sed >/dev/null 2>&1
if [ $? = 0 ]
Expand Down

0 comments on commit a815afa

Please sign in to comment.