Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions roundup-5-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ it_runs_after_if_a_test_fails_part_2() {

# Output the correct return code of a failing command of a testcase.
it_outputs_the_return_code_7() {
function f() { return 42; }
f() { return 42; }
x=$(echo asdf)

function g() { return 7; }
g() { return 7; }
g
}

Expand Down