summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stefw@redhat.com>2014-04-19 22:33:10 +0200
committerStef Walter <stefw@redhat.com>2014-04-19 22:33:10 +0200
commit0d75897c754f3131ac50d55c9f26810bd89bff44 (patch)
tree9e0898a8ffa723919a5f3494eebc65f0250f2295
parentd1c8b8772f202e867e1416b99d6b2cae7ad2822b (diff)
gcr: Avoid prompts when running 'make distcheck'
-rw-r--r--gcr/test-gnupg-collection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcr/test-gnupg-collection.c b/gcr/test-gnupg-collection.c
index d10661f..c936539 100644
--- a/gcr/test-gnupg-collection.c
+++ b/gcr/test-gnupg-collection.c
@@ -115,7 +115,7 @@ teardown (Test *test, gconstpointer unused)
g_object_unref (test->collection);
- cmd = g_strdup_printf ("rm %s/*", test->directory);
+ cmd = g_strdup_printf ("rm -f %s/*", test->directory);
g_spawn_check_exit_status (system (cmd), &error);
g_assert_no_error (error);
g_free (cmd);