Skip to content

Commit

Permalink
fix a test error
Browse files Browse the repository at this point in the history
  • Loading branch information
dalehenrich committed Feb 11, 2024
1 parent 7e2f015 commit b53adcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_defaultRegistry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ fi

# test regitstryQuery.solo
queryResult=`registryQuery.solo -r $defaultRegistryName --stonesDirectory`
queryResult=`realPath $queryResult`
expectedResult=`realPath $STONES_HOME/test_stones/stones`
queryResult=`realpath $queryResult`
expectedResult=`realpath $STONES_HOME/test_stones/stones`
echo "stonesDirectory QUERY=$queryResult"
if [ "$queryResult" != "$expectedResult" ]; then
echo "stonesDirectory query ($queryResult) does not equal expected result ($expectedResult)"
Expand Down

0 comments on commit b53adcf

Please sign in to comment.