diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-13 06:32:47 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2018-03-13 06:35:41 +0100 |
| commit | 044310b6398b4e0e914deda00509ad86febc521b (patch) | |
| tree | b608816e459769c772b94e8dc8670c318d1c4060 /tests/Klocation | |
| parent | 3a94565c4bc80ba82012a164c00fa3a0b7e6d891 (diff) | |
Test grsource with nonexistent file
Just for completeness.
Diffstat (limited to 'tests/Klocation')
| -rw-r--r-- | tests/Klocation | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/Klocation b/tests/Klocation index 99a8ee0..d3ac09c 100644 --- a/tests/Klocation +++ b/tests/Klocation @@ -71,7 +71,8 @@ gsource "$TESTS_DIR_FROM_ENV/*ub/Klocation$_GSOURCED[12]" # tests/sub/Klocation_grsourced{1,2} grsource "$SUB_DIR_FROM_ENV/Klocation$_GRSOURCED[12]" -# No-op -gsource "nonexisting file" +# No-ops +gsource "nonexistent file" +grsource "nonexistent file" config MULTI_DEF |
