From f6952d2298f1f1f8583fa0d2508649f8ced67b7a Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Sat, 18 Jun 2016 15:08:42 -0500 Subject: [PATCH] tests: test for the getopt reset bug Signed-off-by: Jeff Epler --- tests/halrun-getopt-reset/README | 1 + tests/halrun-getopt-reset/expected | 0 tests/halrun-getopt-reset/test.hal | 2 ++ 3 files changed, 3 insertions(+) create mode 100644 tests/halrun-getopt-reset/README create mode 100644 tests/halrun-getopt-reset/expected create mode 100644 tests/halrun-getopt-reset/test.hal diff --git a/tests/halrun-getopt-reset/README b/tests/halrun-getopt-reset/README new file mode 100644 index 00000000000..6d85aae2e1f --- /dev/null +++ b/tests/halrun-getopt-reset/README @@ -0,0 +1 @@ +Test that a getopt bug is successfully worked around diff --git a/tests/halrun-getopt-reset/expected b/tests/halrun-getopt-reset/expected new file mode 100644 index 00000000000..e69de29bb2d diff --git a/tests/halrun-getopt-reset/test.hal b/tests/halrun-getopt-reset/test.hal new file mode 100644 index 00000000000..ea100d4d956 --- /dev/null +++ b/tests/halrun-getopt-reset/test.hal @@ -0,0 +1,2 @@ +loadusr -w true +loadusr true