mirror of
https://github.com/zoriya/ash.git
synced 2026-06-05 03:19:43 +00:00
Making tests works
This commit is contained in:
+1
-1
@@ -26,7 +26,7 @@ Test(cd, home)
|
||||
env->env[i] = strdup(environ[i]);
|
||||
builtin_cd(args, env);
|
||||
|
||||
cr_assert_str_eq(getcwd(NULL, 0), my_getenv("HOME"));
|
||||
cr_assert_str_eq(getcwd(NULL, 0), getenv("HOME"));
|
||||
}
|
||||
|
||||
Test(cd, absolute)
|
||||
|
||||
Reference in New Issue
Block a user