Skip to content

Commit 5282ecd

Browse files
Update directory-climbing path in context-info.sh
A path containing '../../' was defined in relation to a directory in the tests/data_files directory. Since this has been moved to framework/data_files, we must update the path to refer correctly to the same location as before. Signed-off-by: David Horstmann <[email protected]>
1 parent 9c4dd4e commit 5282ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/context-info.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -401,7 +401,7 @@ run_test "Empty file as input" \
401401
-u "Finished. No valid base64 code found"
402402

403403
run_test "Not empty file without base64 code" \
404-
"../../context-info.sh" \
404+
"../../../tests/context-info.sh" \
405405
-n "Deserializing"
406406

407407
run_test "Binary file instead of text file" \

0 commit comments

Comments
 (0)