gnucash unstable: Fix extra instance of test-test-extras* in install_manifest.txt

John Ralls jralls at code.gnucash.org
Sun Dec 31 19:34:54 EST 2017


Updated	 via  https://github.com/Gnucash/gnucash/commit/320c5211 (commit)
	from  https://github.com/Gnucash/gnucash/commit/310442ff (commit)



commit 320c5211b0042b55594ddd3790a47bb2efe219b3
Author: John Ralls <jralls at ceridwen.us>
Date:   Sun Dec 31 16:34:33 2017 -0800

    Fix extra instance of test-test-extras* in install_manifest.txt
    
    Allows xargs rm < install_manifest.txt to complete without error.

diff --git a/libgnucash/engine/test/CMakeLists.txt b/libgnucash/engine/test/CMakeLists.txt
index 0ffee43..7d01288 100644
--- a/libgnucash/engine/test/CMakeLists.txt
+++ b/libgnucash/engine/test/CMakeLists.txt
@@ -214,7 +214,6 @@ SET(engine_test_SCHEME
   test-create-account.scm
   test-test-extras.scm
   test-split.scm
-  test-test-extras.scm
   )
 
 #LIST(APPEND engine_test_SCHEME  test-scm-query-import.scm) Fails



Summary of changes:
 libgnucash/engine/test/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)



More information about the gnucash-changes mailing list