Skip to content

Commit

Permalink
t0081: fix greping pin type
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Christian Couder <[email protected]>
  • Loading branch information
chriscool committed Jan 15, 2016
1 parent 7e8052e commit d16c23e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sharness/t0081-repo-pinning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ test_pin_flag() {

echo "test_pin_flag" $@

ipfs-pin-stat "$object" | grep "$ptype"
ipfs-pin-stat "$object" | egrep "\b$ptype\b"
actual=$?

if [ "$expect" = "true" ]; then
Expand Down

0 comments on commit d16c23e

Please sign in to comment.