summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/mghttpd01
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 13:01:05 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-11-25 13:01:54 +0100
commit5c2e7104e7de6ac70fae6e8d1e84c9f36c476d43 (patch)
tree29c94abe910eadb3b7a19916a7c69458b3be565f /testsuites/libtests/mghttpd01
parentlibtests/dl*: Do not generate files via "echo" (diff)
downloadrtems-5c2e7104e7de6ac70fae6e8d1e84c9f36c476d43.tar.bz2
libtests: Use '-' for TAR file names
Use uniform pattern for all TAR file names. Use the dl* tests as a template. Update #3818.
Diffstat (limited to 'testsuites/libtests/mghttpd01')
-rw-r--r--testsuites/libtests/mghttpd01/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/mghttpd01/init.c b/testsuites/libtests/mghttpd01/init.c
index 77b52d9168..5c00dde844 100644
--- a/testsuites/libtests/mghttpd01/init.c
+++ b/testsuites/libtests/mghttpd01/init.c
@@ -28,7 +28,7 @@
#include <rtems/imfs.h>
#include <rtems/error.h>
-#include "mghttpd01_tar.h"
+#include "mghttpd01-tar.h"
#include "test-http-client.h"