]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/tests/gr.c
nss/tests: rename variable
[nsscash/nsscash.git] / nss / tests / gr.c
index 487e673b2d84f3363f8363f50ed9a9d9893a289a..c96cb03c7f1f2005c1177ab2987b336730f51fd5 100644 (file)
@@ -336,7 +336,7 @@ static void test_limits(void) {
     int r;
     FILE *fh;
 
-    const char *nsscache_cmd = "../nsscash convert group "
+    const char *nsscash_cmd = "../nsscash convert group "
         "tests/limits tests/limits.nsscash 2> /dev/null";
 
     // Entries which will not fit in uint16_t, nsscash must abort
@@ -348,7 +348,7 @@ static void test_limits(void) {
     r = fclose(fh);
     assert(r == 0);
 
-    r = system(nsscache_cmd);
+    r = system(nsscash_cmd);
     assert(r != -1);
     assert(WIFEXITED(r) && WEXITSTATUS(r) == 1);
 
@@ -359,7 +359,7 @@ static void test_limits(void) {
     r = fclose(fh);
     assert(r == 0);
 
-    r = system(nsscache_cmd);
+    r = system(nsscash_cmd);
     assert(r != -1);
     assert(WIFEXITED(r) && WEXITSTATUS(r) == 1);
 
@@ -374,7 +374,7 @@ static void test_limits(void) {
     r = fclose(fh);
     assert(r == 0);
 
-    r = system(nsscache_cmd);
+    r = system(nsscash_cmd);
     assert(r != -1);
     assert(WIFEXITED(r) && WEXITSTATUS(r) == 0);