diff options
author | Ralf Habacker <ralf.habacker@freenet.de> | 2014-01-11 10:07:21 +0100 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2014-01-17 16:29:19 +0000 |
commit | 54440baa2192abe889957a23e4448c599ce32260 (patch) | |
tree | 7f2e459d208af9e44be7496db8d67a351443a581 /test/.gitignore | |
parent | e782b0806eed9f46164b8aa5da7c1b12109175bf (diff) | |
download | dbus-54440baa2192abe889957a23e4448c599ce32260.tar.gz dbus-54440baa2192abe889957a23e4448c599ce32260.tar.bz2 dbus-54440baa2192abe889957a23e4448c599ce32260.zip |
Rename spawn-test to test-spawn to match common test application naming scheme.
[Same change as for shell-test in the previous commit. -smcv]
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=73495
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
Diffstat (limited to 'test/.gitignore')
-rw-r--r-- | test/.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/.gitignore b/test/.gitignore index 814a35cc..71b3cec9 100644 --- a/test/.gitignore +++ b/test/.gitignore @@ -14,7 +14,7 @@ unbase64 *.da *.gcov break-loader -spawn-test +test-spawn test-corrupt test-exit test-segfault |