nbdkit/0004-tests-Put-test.lua-into-alphabetical-order-in-the-li.patch
2018-07-15 17:36:34 +01:00

29 lines
719 B
Diff

From bc3b8c27b40165af6d7dcca15dfae98cbf7566e8 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Sun, 15 Jul 2018 11:51:39 +0100
Subject: [PATCH 04/12] tests: Put test.lua into alphabetical order in the
list.
Fixes commit ff2b304e9c5ddef01081b9aef113bf0cf6dfabac.
---
tests/Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 58d24fc..5f21e75 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,8 +57,8 @@ EXTRA_DIST = \
test-help-plugin.sh \
test-ip.sh \
test-log.sh \
- test-nozero.sh \
test.lua \
+ test-nozero.sh \
test_ocaml_plugin.ml \
test-ocaml.c \
test-parallel-file.sh \
--
2.17.1