From ea77fec16f701c0b50f3bd6eb75b85db8fc80e1d Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 14 Jan 2019 23:35:34 +0100 Subject: tests: move objnames-* from lib into tests Since they're used purely for testing purposes, I think they should rather be stored there. Closes #3470 --- tests/data/test1221 | 2 +- tests/data/test1222 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data') diff --git a/tests/data/test1221 b/tests/data/test1221 index 261cb8c60..15700f449 100644 --- a/tests/data/test1221 +++ b/tests/data/test1221 @@ -17,7 +17,7 @@ none 10 chars object name generation testing -%SRCDIR/../lib/objnames-test10.sh %SRCDIR +%SRCDIR/objnames-test10.sh %SRCDIR diff --git a/tests/data/test1222 b/tests/data/test1222 index 51edc9702..5eab55ba1 100644 --- a/tests/data/test1222 +++ b/tests/data/test1222 @@ -17,7 +17,7 @@ none 8 chars object name generation testing -%SRCDIR/../lib/objnames-test08.sh %SRCDIR +%SRCDIR/objnames-test08.sh %SRCDIR -- cgit v1.2.3