error: depend on stdio
[gnulib.git] / tests / test-getpass.c
index 4c5a5a3..864b186 100644 (file)
@@ -1,5 +1,5 @@
 /* Test getpass implementation.
-   Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2005, 2009-2013 Free Software Foundation, Inc.
    Written by Simon Josefsson.
 
    This program is free software: you can redistribute it and/or modify
@@ -25,7 +25,7 @@ main (int argc, char *argv[])
 {
   char *pass = getpass ("Enter password: ");
 
-  printf ("The password is `%s'\n", pass);
+  printf ("The password is '%s'\n", pass);
 
   return 0;
 }