diff options
Diffstat (limited to 'tests/test.sh')
| -rw-r--r-- | tests/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.sh b/tests/test.sh index 1f36f4d..41f9d4c 100644 --- a/tests/test.sh +++ b/tests/test.sh @@ -89,6 +89,7 @@ elif [ "$1" == "stl-upload" ]; then name="${3:-samplefile}" ( echo "echo" + [ ! -z "$AUTH" ] && echo "auth $AUTH" echo "upload" echo "$name" cat "$file" | wc -c |
