File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -511,7 +511,7 @@ test_files_api() {
511
511
512
512
# Offending test: https://github.com/ipfs/go-ipfs/issues/8131
513
513
test_expect_success " root hash not bubbled up yet $EXTRA " '
514
- test -z "$ONLINE " ||
514
+ test -z "$WITH_DAEMON " ||
515
515
(ipfs refs local > refsout &&
516
516
test_expect_code 1 grep $ROOT_HASH refsout)
517
517
'
@@ -728,13 +728,13 @@ tests_for_files_api() {
728
728
729
729
}
730
730
731
- tests_for_files_api " online "
731
+ tests_for_files_api " no-daemon "
732
732
733
733
test_launch_ipfs_daemon --offline
734
734
735
- ONLINE =1 # set online flag so tests can easily tell
735
+ WITH_DAEMON =1 # set online flag so tests can easily tell
736
736
737
- tests_for_files_api " offline "
737
+ tests_for_files_api " with-daemon "
738
738
739
739
test_kill_ipfs_daemon --offline
740
740
You can’t perform that action at this time.
0 commit comments