14%let dir = %sysfunc(pathname(work))/core;
15%put source clone rc=%sysfunc(GITFN_CLONE(https:
17%mp_gitstatus(&dir,outds=work.gitstatus)
21 desc=Initial mp_gitstatus runs without errors,
22 outds=work.test_results
26%mp_assertdsobs(work.gitstatus,test=EMPTY)
29%mf_writefile(&dir/somefile.txt,l1=some content)
31%mf_writefile(&dir/readme.md,l1=new readme)
33%mf_deletefile(&dir/package.json)
36%mp_gitstatus(&dir,outds=work.gitstatus)
39%mp_assertdsobs(work.gitstatus,test=EQUALS 3)