Commit 2b5ce81f authored by Giannis Kepas's avatar Giannis Kepas
Browse files

Update a1-ex19

parent e1870a21
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ setup() {
}

@test "[EXERCISE 19] Lines 5-10 from file 'commands.sh' were printed" {
    expected_output="$(sed -n '5,10p' ./commands.sh)"
    expected_output="$(sed -n '1,3p' README.md)"
    actual_output="$(bash ./task-19.sh)"
    assert_equal "$actual_output" "$expected_output"
}