浏览代码

[test] fix doc for centos-7 test

Britta Weber 9 年之前
父节点
当前提交
6c1b415891
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      TESTING.asciidoc

+ 1 - 1
TESTING.asciidoc

@@ -432,7 +432,7 @@ and in another window:
 
 ----------------------------------------------------
 vagrant up centos-7 --provider virtualbox && vagrant ssh centos-7
-cd $RPM
+cd $TESTROOT
 sudo bats $BATS/*rpm*.bats
 ----------------------------------------------------