10655: Add arvbash to tools/
[arvados.git] / services / api / test / unit / app_version_test.rb
index e8c8374ed8f1c83e428195c0955169df8ae88b2f..3e9b16757dbf8af4750ea21402b78a752202c54e 100644 (file)
@@ -8,7 +8,7 @@ class AppVersionTest < ActiveSupport::TestCase
 
   test 'invoke git processes only on first call' do
     AppVersion.expects(:git).
-      with("status", "-s").once.
+      with("status", "--porcelain").once.
       yields " M services/api/README\n"
     AppVersion.expects(:git).
       with("log", "-n1", "--format=%H").once.