diff mbox series

[bug#36524] Remove references to non-existent 'tests/machine.scm'.

Message ID 87imsffj8c.fsf@sdf.lonestar.org
State Accepted
Headers show
Series [bug#36524] Remove references to non-existent 'tests/machine.scm'. | expand

Commit Message

Jakob L. Kreuze July 6, 2019, 12:19 p.m. UTC
* Makefile.am (SCM_TESTS): Remove 'tests/machine.scm' line.
---
 Makefile.am | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Christine Lemmer-Webber July 6, 2019, 9:21 a.m. UTC | #1
Merged and pushed.

Jakob L. Kreuze writes:

> * Makefile.am (SCM_TESTS): Remove 'tests/machine.scm' line.
> ---
>  Makefile.am | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/Makefile.am b/Makefile.am
> index 1934a21b1..58a96d348 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -427,8 +427,7 @@ SCM_TESTS =					\
>    tests/import-utils.scm			\
>    tests/store-database.scm			\
>    tests/store-deduplication.scm			\
> -  tests/store-roots.scm				\
> -  tests/machine.scm
> +  tests/store-roots.scm
>  
>  SH_TESTS =					\
>    tests/guix-build.sh				\
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 1934a21b1..58a96d348 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -427,8 +427,7 @@  SCM_TESTS =					\
   tests/import-utils.scm			\
   tests/store-database.scm			\
   tests/store-deduplication.scm			\
-  tests/store-roots.scm				\
-  tests/machine.scm
+  tests/store-roots.scm
 
 SH_TESTS =					\
   tests/guix-build.sh				\