diff options
| author | Russ Allbery <rra@stanford.edu> | 2008-02-08 21:59:24 +0000 | 
|---|---|---|
| committer | Russ Allbery <rra@stanford.edu> | 2008-02-08 21:59:24 +0000 | 
| commit | da92a0d5e259a126095e120c7938c6e3be27618c (patch) | |
| tree | 344d0c54a78a594561686298a5af543bc2903ab4 /tests/data | |
| parent | 55fffc9edba2e5af12c0d3aa71e039efd9778c61 (diff) | |
Fix the wallet client to use check instead of exists.
Diffstat (limited to 'tests/data')
| -rwxr-xr-x | tests/data/cmd-fake | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/tests/data/cmd-fake b/tests/data/cmd-fake index 17bbb90..d12f839 100755 --- a/tests/data/cmd-fake +++ b/tests/data/cmd-fake @@ -67,7 +67,7 @@ setattr)          ;;      esac      ;; -exists) +check)      if [ -n "$2" ] ; then          echo "Too many arguments" >&2          exit 1 | 
