Skip to content

Commit

Permalink
Justfile ftp: Improve syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaigalos committed Jun 7, 2022
1 parent 85cbb78 commit dc29b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ftp/Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ _test_sanity:
_test_curl_login:
#!/bin/bash
source ../common.sh
response=$(curl -s -w "%{http_code}" "ftp://localhost:21/" --user "user:pass")
response=$(curl -s -w "%{http_code}" "ftp://127.0.0.1:21/" --user "user:pass")
[ $response = "226" ] && ok || err "ERROR: Response code $response."

_test_curl_login_with_netrc:
Expand Down

0 comments on commit dc29b9e

Please sign in to comment.